home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / ARGO_RELATED / FETCHMAIL.ZIP / !FormDec / !ReadMe next >
Text File  |  1997-04-20  |  1KB  |  40 lines

  1. FormDec v0.00
  2. ~~~~~~~~~~~~~
  3.  
  4. This is alpha-test software. It is being released
  5. with FetchMail as it may well be useful to somebody.
  6.  
  7.  
  8. This software decodes 'form' output. It works ONLY
  9. with the Argonet form "/cgi-bin/mail".
  10.  
  11. NOTE: IT DOES NOT HANDLE TEXTAREAS VERY WELL.
  12.  
  13.  
  14. To use, simply design yourself a template called
  15. "myform" in the file "myform".
  16.  
  17. When data is to be inserted, enter the element name
  18. within wibbly brackets {likethis}. It IS case
  19. sensitive.
  20.  
  21. For text areas, each line will be placed in
  22. base_icon + line_count. Therefore only the FIRST
  23. line of a textarea should be given an ID. Following
  24. lines should be numbered sequentially. It is wise,
  25. at this time, to add another line off-screen for
  26. overflow.
  27.  
  28. Each line for input should be indirected text.
  29.  
  30.  
  31. All of these principles will be visible in the
  32. system as supplied - it is set up to decode the
  33. form on my WWW site. Indeed, an example form is
  34. supplied in FetchMail so you can have a play.
  35.  
  36.  
  37. Remember, TEXTAREA handling is a bit flakey, and
  38. nothing is done about 'special' characters.
  39.  
  40.